home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / GISO / Source / info.subproj / Credits.h next >
Encoding:
Text File  |  1994-01-26  |  322 b   |  23 lines

  1. #import <dpsclient/dpsNeXT.h>
  2. #import <appkit/appkit.h>
  3.  
  4. @interface Credits:Object
  5. {
  6.    id scrollView;
  7.    id clipView;
  8.    NXPoint origin;
  9.    BOOL done;
  10.    id text;
  11.    DPSTimedEntry scrollFunc;
  12.    double seconds;
  13. }
  14.  
  15. - init;
  16. - setScrollView: anObject;
  17. - start: sender;
  18.  
  19. - setSeconds: (double) sec;
  20. - (double) seconds;
  21.  
  22. @end
  23.